home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / eudor154.zip / COMMON.Z / QUALCOMM.NAV < prev    next >
Text File  |  1995-12-14  |  686b  |  26 lines

  1. ;Qualcomm Incorporated (Annex)
  2. ;
  3. ; If you make a change to this file you should change the name (line above)
  4. ; and copy it into the scripts directory (in case you change scripts).
  5. ;
  6. set TelnetCommand=stty -echo\ntelnet -r \{System} \{Port}\r
  7. set CRLFProcessing=1
  8. ;
  9. cancelon "NO CARRIER"BUSY"NO DIALTONE"Username/Password Incorrect"
  10. ;
  11. send ATDT {DialNumber}\r
  12. waitfor CONNECT
  13. waitfor Annex
  14. send \r\n
  15. waitfor Annex username:
  16. pause 1
  17. send {DialLogin}\r\n
  18. waitfor password:
  19. pause 1
  20. send {DialPass}\r\n
  21. ; You may want to waitfor the first part of the system prompt in addition
  22. ; to the colon to make this script a little more robust.
  23. ; eg: waitfor annex
  24. waitfor :
  25. ;
  26.